@charset "utf-8";
/* css reset www.admin10000.com */
html {
  font-size: 10px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
body {
  background: #fff;
  color: #555;
  font-size: 1.4rem;
  font-family: "Microsoft Yahei";
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
i,
b,
u,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #555;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #333;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font: 14px "Microsoft Yahei";
  outline: none;
}
table {
  border-collapse: collapse;
}
/* css common */
.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
/*美化滚动条*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
/*定义滚动条轨道 内阴影+圆角*/
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.8);
}
.con {
  margin: 0 auto;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index:999;
}
.header .sj_nav {
  cursor: pointer;
}
.header .nav {
  width: 60%;
}
.tel{
  padding: 15px 0;
}
.header .nav> li {
  float: left;
  width: 16%;
  line-height: 69px;
  background: #fff;
  transition: all 0.5s;
}
.header .nav> li.on,
.header .nav> li:hover {
 background: #ff6306;
}
.header .nav >li.on >a,
.header .nav >li:hover> a {
  color: #fff;
}
.header .nav >li.on .sj_nav_ej{
  display: block;
}
.header .nav> li> a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #32333b;
}
.tp-banner-container{
  margin-top:69px;
}
.icon_list {
  background: #fff;
  margin-top: -5%;
  padding: 2% 3%;
  position: relative;
  z-index: 66;
  border-radius: 8px;
  -moz-box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.19);
  box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.19);
}
.icon_list li {
  float: left;
  width: 25%;
  text-align: left;
}
.icon_list li:hover span {
  /*
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);*/
}
.icon_list li:hover span img {
  transform: scale(1.2);
}
.icon_list li:hover .icon_text h5 {
  color: #ff6306;
}
.icon_list li span {
  float: left;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/icon.png") no-repeat center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icon_list li span img {
  transition: all 0.3s ease-in-out;
  width: 35px;
  height: 35px;
  transform: scale(1);
}
.icon_list li .icon_text {
  padding-left: 90px;
}
.icon_list li .icon_text h5 {
  font-size: 19px;
  color: #31221b;
  margin-bottom: 10px;
  transition: all 0.5s;
}
.icon_list li .icon_text p {
  font-size: 14px;
  color: #7a7a7a;
}
.title {
  text-align: center;
  padding-top: 110px;
}
.title h3 {
  font-size: 36px;
  color: #333333;
}
.title h6 {
  font-size: 16px;
  color: #7a7a7a;
  line-height: 3;
  margin-bottom: 15px;
}
.about {
  background: url("../images/index1_bj.png") no-repeat top center;
  padding-bottom: 120px;
}
.about .title {
  text-align: center;
  padding-top: 110px;
}
.about .title h3 {
  font-size: 36px;
  color: #333333;
}
.about .title h6 {
  font-size: 16px;
  color: #7a7a7a;
  line-height: 3;
  margin-bottom: 15px;
}
.about .about_text {
  margin: 0 auto;
  text-align: center;
  width: 60%;
  font-size: 16px;
  color: #32333b;
  line-height: 1.8;
}
.about .about_btn {
  display: block;
  margin: 40px auto 0;
  width: 197px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  background: #5a5a5a;
  border-radius: 25px;
  color: #fff;
  font-size: 18px;
  transition: all 0.5s;
  position: relative;
  z-index:22;
}
.about .about_btn:hover {
  background: #ff6306;
}
.advantage {
  background: url("../images/index2_bj.png") no-repeat top center;
  margin-top: -208px;
  padding: 165px 0 80px;
}
.advantage .title h3 {
  color: #fff;
}
.advantage .title h6 {
  color: #fff;
}
.advantage .advantage_list li {
  float: left;
  width: 32%;
  margin-left: 1.3%;
  background: #fff;
  padding: 2%  2%;
  margin-bottom: 1.3%;
}
.advantage .advantage_list li:hover span img {
  animation: i1s1 2s ease-in-out infinite alternate;
}
.advantage .advantage_list li:hover .advantage_text h3 {
  color: #ff6306;
}
.advantage .advantage_list li span {
  float: left;
  margin-top:10px;
}
.advantage .advantage_list li .advantage_text {
  padding-left: 95px;
}
.advantage .advantage_list li .advantage_text h3 {
  font-size: 20px;
  color: #333333;
  line-height: 2;
}
.advantage .advantage_list li .advantage_text p {
  font-size: 16px;
  color: #a5a5a5;
}
@keyframes i1s1 {
  0% {
    transform: translate(-10px, 0);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(10px, 0);
  }
}
.choose {
  padding-bottom: 120px;
}
.choose .choose_list {
  border: solid 1px #eaeaea;
  border-bottom: none;
  border-right: none;
}
.choose .choose_list li {
  width: 20%;
  text-align: center;
  float: left;
  border-bottom: solid 1px #eaeaea;
  border-right: solid 1px #eaeaea;
}
.choose .choose_list li:hover a {
  border: solid 9px #eaeaea;
}
.choose .choose_list li:hover a img {
  filter: none;
}
.choose .choose_list li a {
  display: block;
  border: solid 9px #fff;
  transition: all 0.5s;
}
.choose .choose_list li a img {
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
  max-width: 100%;
  transition: all 0.3s;
}
.footer {
  background: #202021;
  padding: 2% 0;
}
.footer .footer_left {
  padding-top: 2%;
  width: 30%;
  text-align: left;
  padding-left: 15px;
}
.footer .footer_left p {
  line-height: 2;
  font-size: 14px;
  color: #959293;
}
.footer .footer_list {
  width: 70%;
}
.footer .footer_list li {
  width: 20%;
  float: left;
  margin-left: 5%;
}
.footer .footer_list li h3 {
  padding-bottom: 15px;
  border-bottom: solid 1px #3d3d3e;
  margin-bottom: 15px;
}
.footer .footer_list li h3:hover a {
  color: #ff6306;
}
.footer .footer_list li h3 a {
  color: #959293;
  font-size: 15px;
}
.footer .footer_list li p {
  line-height: 2;
}
.footer .footer_list li p:hover a {
  color: #ff6306;
}
.footer .footer_list li p a {
  font-size: 14px;
  color: #959293;
}
.footer .yq_link {
  margin-top: 15px;
  border-top: solid 1px #3d3d3e;
  padding-top: 15px;
}
.footer .yq_link span {
  float: left;
  font-size: 14px;
  color: #959293;
}
.footer .yq_link .yq_list_list {
  padding-left: 80px;
  color: #959293;
}
.footer .yq_link .yq_list_list a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #959293;
  padding: 0 5px;
  line-height: 1.8;
}
.xt_title {
  position: relative;
  text-align: center;
  margin: 88px 0 65px;
}
.xt_title:after {
  content: "";
  position: absolute;
  bottom: -26px;
  right: 50%;
  margin-right: -27px;
  width: 54px;
  height: 5px;
  background: #ff6306;
}
.xt_title h3 {
  font-size: 36px;
  color: #333333;
}
.xt_index1 .xt_index1_con .xt_index1_con_titl {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8;
  font-size: 16px;
  color: #32333b;
}
.xt_index1 .xt_index1_con .xt_index1 {
  margin: 90px auto;
}
.xt_index1 .xt_index1_con .xt_index1 li {
  float: left;
  width: 20%;
  position: relative;
  overflow: hidden;
  transition: transform .5s;
}
.xt_index1 .xt_index1_con .xt_index1 li:hover {
  transform: scale(1.07);
  z-index: 3;
}
.xt_index1 .xt_index1_con .xt_index1 li:hover .xt_index1_text {
  background: url("../images/xt_list_bj.png") no-repeat center;
  color: #fff;
}
.xt_index1 .xt_index1_con .xt_index1 li:hover .xt_index1_text .xt_jz {
  margin-top: -42%;
}
.xt_index1 .xt_index1_con .xt_index1 li:hover .xt_index1_text .xt_jz span:after {
  background: #fff;
}
.xt_index1 .xt_index1_con .xt_index1 li:hover .xt_index1_text .xt_jz p {
  bottom: 20%;
}
.xt_index1 .xt_index1_con .xt_index1 li img {
  max-width: 100%;
}
.xt_index1 .xt_index1_con .xt_index1 li .xt_index1_text {
  transition: all .5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xt_index1 .xt_index1_con .xt_index1 li .xt_index1_text .xt_jz {
  transition: all .5s;
}
.xt_index1 .xt_index1_con .xt_index1 li .xt_index1_text img {
  display: block;
  margin: 0 auto 20px;
  width: 50px;
}
.xt_index1 .xt_index1_con .xt_index1 li .xt_index1_text span {
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  position: relative;
}
.xt_index1 .xt_index1_con .xt_index1 li .xt_index1_text span:after {
  content: "";
  position: absolute;
  bottom: -26px;
  right: 50%;
  margin-right: -27px;
  width: 54px;
  height: 5px;
  background: #ff6306;
}
.xt_index1 .xt_index1_con .xt_index1 li .xt_index1_text p {
  transition: transform 1s;
  position: absolute;
  bottom: -100%;
  width: 70%;
  font-size: 14px;
  line-height: 2;
  left: 50%;
  margin-left: -35%;
}
.xt_index2 {
  padding-bottom: 100px;
}
.xt_index2 .xt_index2_con .xt_index2_con_list {
  width: 40%;
}
.xt_index2 .xt_index2_con .xt_index2_con_list li {
  margin-bottom: 1%;
  padding: 1%;
}
.xt_index2 .xt_index2_con .xt_index2_con_list li:hover {
  background: #F4F4F4;
}
.xt_index2 .xt_index2_con .xt_index2_con_list li span {
  float: left;
  width: 82px;
  height: 82px;
  margin-top: 13px;
}
.xt_index2 .xt_index2_con .xt_index2_con_list li span img {
  width: 100%;
}
.xt_index2 .xt_index2_con .xt_index2_con_list li .xt_tab_text {
  padding-left: 105px;
}
.xt_index2 .xt_index2_con .xt_index2_con_list li .xt_tab_text h3 {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  line-height: 2;
}
.xt_index2 .xt_index2_con .xt_index2_con_list li .xt_tab_text p {
  font-size: 16px;
  color: #7a7a7a;
  line-height: 1.8;
}
.xt_index2 .xt_index2_con .xt_index2_content {
  width: 60%;
  margin-top: -20px;
}
.xt_index2 .xt_index2_con .xt_index2_content .xt_index2_list {
  display: none;
  transition: all .4s;
  text-align: center;
}
.xt_index2 .xt_index2_con .xt_index2_content .xt_index2_list.active {
  display: block;
}
.xt_index3 .xt_index3_list li {
  float: left;
  width: 33.3%;
  text-align: center;
  padding: 0 5%;
  min-height: 372px;
  margin-bottom: 3%;
}
.xt_index3 .xt_index3_list li:nth-of-type(1) span i {
  background: url("../images/icon_bj1.png") no-repeat;
  background-size: 100% 100%;
}
.xt_index3 .xt_index3_list li:nth-of-type(2) span i {
  background: url("../images/icon_bj2.png") no-repeat;
  background-size: 100% 100%;
}
.xt_index3 .xt_index3_list li:nth-of-type(3) span i {
  background: url("../images/icon_bj3.png") no-repeat;
  background-size: 100% 100%;
}
.xt_index3 .xt_index3_list li:nth-of-type(4) span i {
  background: url("../images/icon_bj4.png") no-repeat;
  background-size: 100% 100%;
}
.xt_index3 .xt_index3_list li:nth-of-type(5) span i {
  background: url("../images/icon_bj5.png") no-repeat;
  background-size: 100% 100%;
}
.xt_index3 .xt_index3_list li:nth-of-type(6) span i {
  background: url("../images/icon_bj6.png") no-repeat;
  background-size: 100% 100%;
}
.xt_index3 .xt_index3_list li span {
  width: 174px;
  height: 174px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.xt_index3 .xt_index3_list li span i {
  display: block;
  width: 100%;
  height: 100%;
}
.xt_index3 .xt_index3_list li .img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
}
.xt_index3 .xt_index3_list li h3 {
  font-size: 28px;
  color: #333333;
  line-height: 2.5;
}
.xt_index3 .xt_index3_list li p {
  line-height: 1.8;
  font-size: 18px;
  color: #333333;
}
.xt_index4 {
  margin-bottom: 80px;
}
.xt_index4 .index4_list li {
  float: left;
  width: 32%;
  margin-left: 2%;
  position: relative;
  overflow: hidden;
}
.xt_index4 .index4_list li:hover .i4_img {
  transform: scale(1.05);
}
.xt_index4 .index4_list li .i4_img {
  width: 100%;
  transition: all .4s;
}
.xt_index4 .index4_list li .index4_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
}
.xt_index4 .index4_list li .index4_text .index4_con {
  text-align: center;
  color: #fff;
}
.xt_index4 .index4_list li .index4_text .index4_con img {
  display: block;
  margin: 0 auto 13px;
  width: 54px;
}
.xt_index4 .index4_list li .index4_text .index4_con h5 {
  font-size: 22px;
  position: relative;
}
.xt_index4 .index4_list li .index4_text .index4_con h5:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 18px;
  height: 1px;
  background: #fff;
  margin-left: -9px;
}
img {
  vertical-align: top;
}
.xt_index5 {
  margin-bottom: 80px;
}
.xt_index5 .xt_index5_con table {
  width: 100%;
}
.xt_index5 .xt_index5_con table thead tr th {
  text-align: center;
  font-size: 24px;
  color: #fff;
  padding: 20px;
  background: #ff7906 url("../images/thead_bj1.png") no-repeat;
  background-size: 100% 100%;
}
.xt_index5 .xt_index5_con table thead tr th + th {
  background: #06b0ff url("../images/thead_bj2.png") no-repeat;
  background-size: 100% 100%;
}
.xt_index5 .xt_index5_con table tbody tr td {
  font-size: 16px;
  color: #333333;
  text-align: center;
  padding: 10px 0;
  border: solid 1px #d8dfe6;
}
.sysq_banner {
  background: url("../images/sysq_banner.png") no-repeat top center;
  min-height: 426px;
}
.sysq_banner .s-form {
  width: 640px;
  margin: 0 auto 0;
  padding-top: 280px;
  border-radius: 5px;
  overflow: hidden;
}
.sysq_banner .s-form .s-input {
  width: 492px;
  height: 50px;
  border: 0 none;
  float: left;
  padding-left: 18px;
  font-size: 16px;
  border-radius: 5px 0 0 5px;
}
.sysq_banner .s-form .s-button {
  height: 50px;
  width: 130px;
  background: #c45104;
  color: #fff;
  border: 0 none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}
.business_list {
  margin: 55px auto;
}
.business_list li {
  float: left;
  width: 33.3%;
  text-align: center;
}
.business_list li span {
  margin: 0 auto;
  width: 121px;
  height: 121px;
  border-radius: 50%;
  border: solid 1px #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.business_list li span img {
  width: 69px;
}
.business_list li h3 {
  font-size: 26px;
  color: #333333;
  margin: 15px auto;
}
.business_list li p {
  width: 80%;
  margin: 0 auto;
  font-size: 17px;
  color: #7a7a7a;
  line-height: 1.8;
}
.business_table table {
  margin: 30px auto;
  width: 100%;
}
.business_table table thead tr th {
  background: #ff7206 url("../images/thead_bj1.png") repeat-x;
  background-size: 100% 100%;
  padding: 15px 0;
  font-size: 24px;
  text-align: center;
  border: solid 1px #d8dfe6;
  color: #fff;
}
.business_table table tbody tr td {
  font-size: 16px;
  color: #333333;
  border: solid 1px #d8dfe6;
  text-align: center;
  padding: 10px 0;
}
.business_table table tbody tr td img {
  width: 18px;
}
.support_con {
  background: url("../images/sy_icon.png") no-repeat top center;
  padding: 2% 3% 175px;
}
.support_con .support_list_left h3,
.support_con .support_list_right h3 {
  font-size: 26px;
  color: #333333;
  line-height: 2;
  margin-bottom: 12px;
}
.support_con .support_list_left li,
.support_con .support_list_right li {
  line-height: 2;
  font-size: 18px;
  color: #333333;
}
.support_con .support_list_left li img,
.support_con .support_list_right li img {
  vertical-align: middle;
  margin-right: 8px;
}
.enterprise_list li {
  float: left;
  width: 337px;
  margin-left: 4%;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
  min-height: 418px;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
}
.enterprise_list li:hover {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
}
.enterprise_list li:nth-of-type(1) {
  background: url("../images/e1_bj.png") no-repeat center;
}
.enterprise_list li:nth-of-type(2) {
  background: url("../images/e2_bj.png") no-repeat center;
}
.enterprise_list li:nth-of-type(3) {
  background: url("../images/e3_bj.png") no-repeat center;
}
.enterprise_list li img {
  width: 87px;
  display: block;
  margin: 65px auto 23px;
}
.enterprise_list li h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 2.2;
  position: relative;
}
.enterprise_list li h3:after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  width: 45px;
  height: 4px;
  background: #fff;
  margin-left: -22.5px;
}
.enterprise_list li p {
  text-align: justify;
  width: 80%;
  margin: 60px auto 0;
  font-size: 15px;
}
.enterprise_lc {
  width: 90%;
  margin: 3% auto;
}
.enterprise_lc img {
  max-width: 100%;
}
.PC_con {
  background: url("../images/s_bj.png") no-repeat top center;
}
.PC_con .PC_list {
  text-align: center;
}
.PC_con .PC_list ul li .PC_text {
  padding: 95px 0 68px;
  color: #fff;
}
.PC_con .PC_list ul li .PC_text h3 {
  font-size: 36px;
  line-height: 1.8;
}
.PC_con .PC_list ul li .PC_text p {
  font-size: 15px;
}
.PC_con .PC_list ul li .PC_img {
  margin: 0 auto;
  background: url("../images/PC_bj.png") no-repeat center;
  width: 817px;
  height: 668px;
}
.PC_con .PC_list ul li .PC_img img {
  margin: 28px auto;
}
.PC_con .PC_list .swiper-button-prev,
.PC_con .PC_list .swiper-button-next {
  width: 55px;
  height: 55px;
}
.PC_con .PC_list .swiper-button-prev {
  background: url("../images/ek_left.png") no-repeat;
  background-size: 100% 100%;
}
.PC_con .PC_list .swiper-button-next {
  background: url("../images/ek_right.png") no-repeat;
  background-size: 100% 100%;
}
.WAP_list {
  margin-bottom: 90px;
}
.WAP_list li {
  width: 258px;
  margin-left: 45px;
  float: left;
}
.WAP_list li:hover span img {
  opacity: 1;
}
.WAP_list li span {
  display: block;
  width: 258px;
  height: 517px;
  background: url("../images/wap_bj.png") no-repeat top center;
  padding: 30px 0 0 10px;
}
.WAP_list li span img {
  width: 240px;
  height: 427px;
  opacity: 0.75;
  transition: all 0.5s;
}
.WAP_list li p {
  text-align: center;
  line-height: 2.5;
  font-size: 16px;
  color: #333333;
}
.case_con {
  background: #ededed;
  border-bottom: solid 1px #dddddd;
  padding: 24px 0;
}
.case_con .case_column {
  position: relative;
}
.case_con .case_column span {
  float: left;
  width: 85px;
  height: 31px;
  line-height: 31px;
  background: #ff6306;
  color: #fff;
  border-radius: 25px;
  font-size: 14px;
  text-align: center;
}
.case_con .case_column p {
  padding-left: 100px;
}
.case_con .case_column p a {
  display: inline-block;
  vertical-align: middle;
  height: 31px;
  line-height: 31px;
  font-size: 14px;
  text-align: center;
  padding: 0 20px;
  border-radius: 25px;
  transition: background 0.5s;
  color: #59595b;
}
.case_con .case_column p a.on,
.case_con .case_column p a:hover {
  background: #ff6306;
  color: #fff;
}
.case_con .case_column i {
  position: absolute;
  top: 0;
  right: 0;
  width: 76px;
  height: 27px;
  line-height: 27px;
  font-size: 14px;
  color: #59595b;
  background: url("../images/zk.png") no-repeat right center;
  cursor: pointer;
}
.case_con .case_column i.on {
  background: url("../images/sq.png") no-repeat right center;
}
.case_column_li {
  margin-top: 25px;
  display: none;
}
.case_column_li span {
  float: left;
  width: 85px;
  height: 31px;
  line-height: 31px;
  background: #ff6306;
  color: #fff;
  border-radius: 25px;
  font-size: 14px;
  text-align: center;
}
.case_column_li .column_li {
  padding-left: 100px;
}
.case_column_li .column_li a {
  border-radius: 25px;
  margin: 0 2px 0 2px;
  display: inline-block;
  vertical-align: top;
  padding: 6px 0px;
  font-size: 13px;
  color: #676464;
  width: 173px;
  text-align: center;
}
.case_column_li .column_li a.on,
.case_column_li .column_li a:hover {
  background: #ff6306;
  color: #fff;
}
.case_list {
  margin-top: 30px;
}
.case_list li {
  float: left;
  width: 290px;
  margin-left: 13px;
  margin-bottom: 13px;
}
.case_list li:hover .case_list_img .case_list_icon {
  top: 0;
}
.case_list li:hover .case_list_img .case_list_icon img {
  bottom: 50%;
}
.case_list li:hover p {
  background: #f76f1e;
  color: #fff;
}
.case_list li .case_list_img {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.case_list li .case_list_img img {
  max-width: 100%;
}
.case_list li .case_list_img .case_list_icon {
  transition: all 0.5s;
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.67);
  display: flex;
  align-items: center;
  justify-content: center;
}
.case_list li .case_list_img .case_list_icon img {
  transition: all 0.5s;
  position: absolute;
  bottom: -130%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-bottom: -25px;
  margin-left: -25px;
}
.case_list li p {
  text-align: center;
  font-size: 14px;
  color: #59595b;
  line-height: 3.6;
  background: transparent;
  transition: all 0.5s;
}
.page {
  width: 100%;
  margin: 30px auto;
  text-align: center;
  font-size: 14px;
}
.page > a {
  display: inline-block;
  padding: 0 1%;
  text-align: center;
  border: solid 1px #efefef;
  margin: 0 0.3%;
  line-height: 2;
  color: #404040;
  background-color: #fcfcfc;
}
.page span {
  display: inline-block;
  padding: 0 1%;
  text-align: center;
  border: solid 1px #ff6306;
  margin: 0 0.3%;
  background-color: #ff6306;
  color: #fff;
  line-height: 2;
}
.website_list {
  margin: 60px auto;
}
.website_list li {
  float: left;
  width: 33.3%;
  padding-left: 1.3%;
  text-align: left;
  margin-bottom: 45px;
}
.website_list li:hover span img {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
}
.website_list li:hover .icon_text h5 {
  color: #ff6306;
}
.website_list li span {
  float: left;
  width: 93px;
  height: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.website_list li span img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  /*height: 100%;*/
}
.website_list li .icon_text {
  padding-left: 98px;
}
.website_list li .icon_text h5 {
  font-size: 18px;
  color: #333333;
  margin: 10px 0;
  transition: all 0.5s;
}
.website_list li .icon_text p {
  width: 80%;
  line-height: 1.65;
  font-size: 16px;
  color: #7a7a7a;
}
.website_stru {
  background: url("../images/website_bj.png") no-repeat top center;
  padding: 146px 0 67px;
}
.website_stru .website_stru_list li {
  float: left;
  width: 23%;
  margin-left: 2.6%;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 50px 0;
  position: relative;
}
.website_stru .website_stru_list li:after {
  transition: all 0.5s;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  opacity: 0;
}
.website_stru .website_stru_list li:hover:after {
  opacity: 1;
}
.website_stru .website_stru_list li:nth-of-type(2) p {
  background: #75bde2;
}
.website_stru .website_stru_list li:nth-of-type(3) p {
  background: #f66a63;
}
.website_stru .website_stru_list li:nth-of-type(4) p {
  background: #79ddcf;
}
.website_stru .website_stru_list li img {
  width: 65px;
  display: block;
  margin: 0 auto 23px;
}
.website_stru .website_stru_list li h3 {
  font-size: 29px;
  color: #333333;
  line-height: 2;
}
.website_stru .website_stru_list li p {
  margin: 0 auto;
  font-size: 24px;
  color: #fff;
  border-radius: 25px;
  background: #f985c3;
  width: 124px;
  height: 33px;
  line-height: 33px;
  text-align: center;
}
.Service_con {
  width: 100%;
  height: 570px;
  background: url("../images/Service_bj.png") no-repeat center center;
  position: relative;
}
.Service_con .Service_icon {
  position: absolute;
  top: 109px;
  left: 667px;
  width: 32px;
  height: 42px;
  background: url("../images/Service_icon.png") no-repeat;
  animation: s7i3 1.5s ease-in-out 0.7s infinite alternate;
}
.Service_con .Service_list li {
  position: absolute;
}
.Service_con .Service_list li h3 {
  font-size: 23px;
  color: #000000;
  margin-bottom: 18px;
}
.Service_con .Service_list li p {
  line-height: 1.6;
  width: 270px;
  font-size: 15px;
  color: #7a7a7a;
}
.Service_con .Service_list li:nth-of-type(1) {
  top: 93px;
  left: 47px;
}
.Service_con .Service_list li:nth-of-type(2) {
  top: 364px;
  left: 47px;
}
.Service_con .Service_list li:nth-of-type(3) {
  top: 90px;
  right: 46px;
}
.Service_con .Service_list li:nth-of-type(4) {
  top: 244px;
  right: 46px;
}
.Service_con .Service_list li:nth-of-type(5) {
  top: 443px;
  right: 47px;
}
@keyframes s7i3 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -7px);
  }
}
.Service_Site_con {
  margin-bottom: 3%;
}
.Service_Site_con .Service_Site_left {
  width: 50%;
  padding: 4% 6% 0;
}
.Service_Site_con .Service_Site_left li {
  width: 50%;
  float: left;
  margin-bottom: 27px;
}
.Service_Site_con .Service_Site_left li span {
  margin: 0 auto;
  width: 105px;
  height: 111px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/Service_ino_bj.png") no-repeat;
}
.Service_Site_con .Service_Site_left li span img {
  width: 44px;
}
.Service_Site_con .Service_Site_left li p {
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.Service_Site_con .Service_Site_right {
  width: 50%;
}
.Small_con .Small_list {
  width: 95%;
  margin: 30px auto;
}
.Small_con .Small_list li {
  float: left;
  width: 25%;
  text-align: center;
}
.Small_con .Small_list li:nth-of-type(1) span {
  background: url("../images/Small_ino1_bj.png") no-repeat;
  background-size: 100% 100%;
}
.Small_con .Small_list li:nth-of-type(2) span {
  background: url("../images/Small_ino2_bj.png") no-repeat;
  background-size: 100% 100%;
}
.Small_con .Small_list li:nth-of-type(3) span {
  background: url("../images/Small_ino3_bj.png") no-repeat;
  background-size: 100% 100%;
}
.Small_con .Small_list li:nth-of-type(4) span {
  background: url("../images/Small_ino4_bj.png") no-repeat;
  background-size: 100% 100%;
}
.Small_con .Small_list li span {
  margin: 0 auto 27px;
  width: 122px;
  height: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Small_con .Small_list li span img {
  width: 52px;
}
.Small_con .Small_list li p {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #333333;
}
.Small_advantage {
  background: url("../images/bzd_bj.png") no-repeat top center;
  padding: 1px 0 90px;
}
.Small_advantage .advantage_con .xt_title:after {
  background: #fff;
}
.Small_advantage .advantage_con .xt_title h3 {
  color: #fff;
}
.Small_advantage .advantage_con .advantage_list li {
  float: left;
  background: #fff;
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(234, 72, 69, 0.75);
  width: 32%;
  margin-left: 2%;
  margin-bottom: 2%;
  text-align: left;
  padding: 57px;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
}
.Small_advantage .advantage_con .advantage_list li:hover {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
}
.Small_advantage .advantage_con .advantage_list li:hover span img {
  transform: scale(1.2);
}
.Small_advantage .advantage_con .advantage_list li:hover .icon_text h5 {
  color: #ff6306;
}
.Small_advantage .advantage_con .advantage_list li span {
  float: left;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Small_advantage .advantage_con .advantage_list li span img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  transform: scale(1);
}
.Small_advantage .advantage_con .advantage_list li .icon_text {
  padding-left: 90px;
  min-height: 70px;
}
.Small_advantage .advantage_con .advantage_list li .icon_text h5 {
  font-size: 19px;
  color: #31221b;
  margin-bottom: 10px;
  transition: all 0.5s;
}
.Small_advantage .advantage_con .advantage_list li .icon_text p {
  font-size: 14px;
  color: #7a7a7a;
}
.ant_img {
  width: 95%;
  margin: 0 auto 35px;
}
.ant_img img {
  max-width: 100%;
}
.xcx_ll {
  background: url("../images/xcx_bj.png") no-repeat;
}
.xcx_ll .xcx_ll_con .xcx_ll_left {
  width: 25%;
  margin-top: -60px;
}
.xcx_ll .xcx_ll_con .xcx_ll_left img {
  max-width: inherit;
}
.xcx_ll .xcx_ll_con .xcx_ll_right {
  margin-top: 51px;
  width: 67%;
  text-align: right;
}
.xcx_ll .xcx_ll_con .xcx_ll_right li {
  margin-left: 34px;
  display: inline-block;
  vertical-align: top;
  width: 107px;
  text-align: center;
  margin-bottom: 37px;
}
.xcx_ll .xcx_ll_con .xcx_ll_right li img {
  width: 107px;
  height: 107px;
}
.xcx_ll .xcx_ll_con .xcx_ll_right li p {
  text-align: center;
  line-height: 3;
  font-size: 16px;
  color: #fff;
}
.x_xcx_ll_titl {
  color: #fff;
  width: 715px;
  margin-left: 517px;
  padding-top: 117px;
}
.x_xcx_ll_titl h3 {
  font-size: 34px;
  font-weight: bold;
}
.x_xcx_ll_titl h5 {
  line-height: 2.7;
  font-size: 16px;
  font-weight: normal;
}
.xcx_list li {
  float: left;
  width: 22%;
  margin-left: 4%;
  margin-bottom: 2%;
}
.xcx_list li:hover .xcx_list_img .xcx_list_ima .xcx_icon {
  opacity: 1;
}
.xcx_list li .xcx_list_img {
  background: url("../images/wap_bj.png") no-repeat;
  padding: 30px 0 0 10px;
  height: 517px;
}
.xcx_list li .xcx_list_img .xcx_list_ima {
  display: block;
  width: 93%;
  position: relative;
}
.xcx_list li .xcx_list_img .xcx_list_ima img {
  width: 100%;
}
.xcx_list li .xcx_list_img .xcx_list_ima .xcx_icon {
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.67);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xcx_list li .xcx_list_img .xcx_list_ima .xcx_icon img {
  width: auto;
}

.sub_con{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  /*background: rgba(0,0,0,0.29);*/
  background:rgba(255, 99, 6, 0.81);;
  height: 51px;
  line-height:51px;
  z-index:33;
}
.sub_con .sub{
  text-align: center;
}
.sub_con .sub li{
  display: inline-block;
  vertical-align: middle;
}
.sub_con .sub li a{
  display: block;
  font-size: 14px;
  color: #fff;
  padding:0  18px ;
}


.header .nav li .sj_nav_ej{
  display: none;
}
.header .nav>li.em>a{
  background: url("../images/ix_con.png") no-repeat right 6px center;
}
.header .nav>li.s>a{
  background: url("../images/ix_cona.png  ") no-repeat right 6px center;
}



.sj_banner img{
max-width: 100%;
}

.swiper-pagination-bullet-active{
  background: #ff6306;
}
/************************************2019-8-13************************/
.Basic_package .Basic_title {
  text-align: center;
  margin: 65px 0 50px;
}
.Basic_package .Basic_title h3 {
  font-size: 30px;
  color: #333333;
  padding: 5px 0 20px;
}
.Basic_package .Basic_title p {
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
}
.Basic_package .Basic_table {
  width: 100%;
  border: solid 1px #d8dfe6;
  margin-bottom: 50px;
}
.Basic_package .Basic_table thead tr th {
  padding: 30px 0;
  border: solid 1px #d8dfe6;
  text-align: center;
  font-size: 26px;
  color: #333333;
  font-weight: bold;
}
.Basic_package .Basic_table thead tr th p{
  font-size: 14px;
  color: #666;
  font-weight: normal;
  width: 80%;
  margin: 0 auto;
}
.Basic_package .Basic_table tbody tr:nth-of-type(odd) td {
  background: #ffffff;
}
.Basic_package .Basic_table tbody tr:nth-of-type(even) td {
  background: #f1f1f1;
}
.Basic_package .Basic_table tbody tr td {
  padding: 15px 0;
  border: solid 1px #d8dfe6;
  font-size: 16px;
  color: #333333;
  text-align: center;
}
.Basic_package .Basic_table tbody tr td.tl {
  text-align: left;
  padding: 15px 90px;
}
.Basic_package .Basic_table tbody tr td.a1 {
  font-size: 24px;
  text-align: center;
  color: #fff;
  background: #53baf7;
}
.Basic_package .Basic_table tbody tr td.a2 {
  font-size: 24px;
  text-align: center;
  color: #fff;
  background: #5d59cd;
}
.Basic_package .Basic_table tbody tr td.a3 {
  font-size: 24px;
  text-align: center;
  color: #fff;
  background: #4ca759;
}
.Basic_package .Basic_table tbody tr td.a4 {
  font-size: 24px;
  text-align: center;
  color: #fff;
  background: #ee8130;
}
.Basic_package .Basic_table tbody tr td.a5 {
  font-size: 24px;
  text-align: center;
  color: #fff;
  background: #63778c;
}
.website_bj {
  background: #efefef;
  padding-bottom: 35px;
}
.Institute_tab {
  width: 100%;
  white-space: nowrap;
  margin-top: -35px;
  position: relative;
  z-index: 99;
}
.Institute_tab li {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  float: left;
  height: 98px;
  line-height: 98px;
  transition: all 0.5s;
  background: #fff;
}
.Institute_tab li.on,
.Institute_tab li:hover {
  background: #ff8c06 url("../images/jz_bj.png") repeat-y;
  background-size: 100% auto;
  margin-top: -10px;
}
.Institute_tab li.on a,
.Institute_tab li:hover a {
  color: #fff;
}
.Institute_tab li a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #7a7a7a;
}
.Institute_list {
  margin-top: 55px;
}
.Institute_list li {
  float: left;
  width: 374px;
  background: #fff;
  padding-bottom: 30px;
  margin-right: 35px;
  margin-bottom: 45px;
}
.Institute_list li img {
  max-width: 100%;
}
.Institute_list li h3 {
  padding: 0 30px;
  font-size: 18px;
  color: #333333;
  margin-top: 35px;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Institute_list li span {
  line-height: 2;
  padding: 0 30px;
  display: block;
  font-size: 14px;
  color: #b1b1b1;
}
.Institute_list li span img {
  vertical-align: middle;
  width: 16px;
  margin-right: 8px;
}
.Institute_list li p {
  margin-top: 8px;
  padding: 0 30px;
  font-size: 14px;
  color: #7a7a7a;
  line-height: 1.8;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.website_info {
  margin-top: 35px;
}
.website_info .website_info_title {
  text-align: center;
  margin-bottom: 20px;
}
.website_info .website_info_title h3 {
  font-size: 28px;
  color: #333333;
  line-height: 2.2;
}
.website_info .website_info_title .title_icon {
  font-size: 14px;
  line-height: 2;
}
.website_info .website_info_title .title_icon div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.website_info .website_info_title .title_icon div img {
  width: 16px;
  margin-right: 8px;
}
.website_info .website_info_title .title_icon div .bshare-custom a {
  width: 25px;
  height: 25px;
}
.website_info .website_info_text {
  padding-bottom: 30px;
  line-height: 1.8;
  text-align: justify;
  font-size: 15px;
  color: #333;
}
.website_info .website_info_text img {
  max-width: 100%;
}
.pages {
  margin: 15px 0;
  padding-top: 15px;
}
.pages li {
  line-height: 2;
  font-size: 14px;
}
.pages li a {
  font-size: 15px;
  color: #333;
}
.customization {
  padding: 65px 0;
}
.customization h3 {
  text-align: center;
  font-size: 36px;
  color: #333333;
  line-height: 2;
}
.customization h4 {
  text-align: center;
  font-size: 24px;
  color: #050b1d;
  margin-bottom: 50px;
}
.customization .customization_form {
  text-align: center;
  width: 722px;
  margin: 0 auto;
}
.customization .customization_form p {
  width: 722px;
  height: 75px;
  border: solid 1px #d8d8d8;
  padding: 0 15px;
  margin-bottom: 35px;
  text-align: left;
}
.customization .customization_form p.btn {
  border: none;
}
.customization .customization_form p span {
  display: inline-block;
  vertical-align: middle;
  line-height: 75px;
  font-size: 14px;
  color: #ababab;
}
.customization .customization_form p input {
  float: right;
  width: 550px;
  height: 75px;
  border: none;
  outline: none;
}
.customization .customization_form p .gs {
  background: url("../images/form1.png") no-repeat right center;
  background-size: 22px;
}
.customization .customization_form p .lxr {
  background: url("../images/form2.png") no-repeat right center;
  background-size: 22px;
}
.customization .customization_form p .tel {
  background: url("../images/form3.png") no-repeat right center;
  background-size: 22px;
}
.customization .customization_form p .customization_button {
  margin-top: 25px;
  width: 100%;
  height: 95px;
  background: url("../images/customization_button_bj.png") no-repeat;
  background-size: 100%;
  font-size: 28px;
  color: #fff;
}
.customization .customization_form h6 {
  font-size: 20px;
  color: #555555;
  line-height: 3.5;
}

/***********************************************************************/
.optimize_title {
  width: 100%;
  background: #fff url("../images/optimize_titl_bj.png") no-repeat center center;
  -moz-box-shadow: 1px 3px 13px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 1px 3px 13px rgba(0, 0, 0, 0.19);
  box-shadow: 1px 3px 13px rgba(0, 0, 0, 0.19);
  text-align: center;
  height: 247px;
  position: relative;
  z-index: 99;
  margin-top: -78px;
  border-radius: 15px;
  padding-top: 50px;
}
.optimize_title h3 {
  font-size: 34px;
  color: #333333;
  margin-bottom: 25px;
}
.optimize_title p {
  font-size: 16px;
  color: #7a7a7a;
  line-height: 1.8;
  width: 65%;
  margin: 0 auto;
}
.optimize_img {
  text-align: center;
}
.optimize_img img {
  max-width: 100%;
}
.benefits {
  padding-bottom: 30px;
  min-height: 1020px;
  padding-top: 110px;
  background: url("../images/pm_bj.png") no-repeat bottom center;
}
.benefits .xt_title h3 {
  color: #fff;
}
.benefits .xt_title:after {
  background: #fff;
}
.benefits .benefits_list li {
  float: left;
  width: 269px;
  height: 319px;
  background: #fff;
  border-radius: 5px;
  margin-right: 40px;
  padding: 30px;
  margin-bottom: 40px;
  text-align: center;
}
.benefits .benefits_list li:nth-of-type(1) span {
  background: #fce9e7;
}
.benefits .benefits_list li:nth-of-type(2) span {
  background: #feeadb;
}
.benefits .benefits_list li:nth-of-type(3) span {
  background: #e4effe;
}
.benefits .benefits_list li:nth-of-type(4) span {
  background: #e2f6ea;
}
.benefits .benefits_list li:nth-of-type(5) span {
  background: #fedbed;
}
.benefits .benefits_list li:nth-of-type(6) span {
  background: #f2dcf6;
}
.benefits .benefits_list li:nth-of-type(7) span {
  background: #ede4fd;
}
.benefits .benefits_list li span {
  border-radius: 50%;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefits .benefits_list li span img {
  width: 46px;
}
.benefits .benefits_list li h4 {
  font-size: 25px;
  color: #333333;
  line-height: 2.5;
}
.benefits .benefits_list li p {
  font-size: 15px;
  color: #7a7a7a;
  line-height: 1.8;
  text-align: left;
}
.yhtc {
  padding-bottom: 40px;
}
.yhtc .yhtc_list li {
  float: left;
  width: 24%;
  margin-right: 1.3%;
  text-align: center;
  padding: 0 4.5%;
}
.yhtc .yhtc_list li:nth-of-type(4n) {
  margin-right: 0;
}
.yhtc .yhtc_list li span {
  display: block;
  margin: 0 auto;
}
.yhtc .yhtc_list li span img {
  width: 95px;
}
.yhtc .yhtc_list li h3 {
  font-size: 20px;
  color: #333333;
  line-height: 3;
}
.yhtc .yhtc_list li p {
  font-size: 16px;
  color: #7a7a7a;
}
.yh_index1 {
  background: url("../images/yh_bj.png") no-repeat center;
}
.yh_index1 .yh_index1_con {
  position: relative;
  padding-bottom: 140px;
}
.yh_index1 .yh_index1_con .yh_index1_left {
  width: 692px;
  padding-top: 9px;
}
.yh_index1 .yh_index1_con .yh_index1_left .xt_title:after {
  background: #fff;
}
.yh_index1 .yh_index1_con .yh_index1_left .xt_title h3 {
  color: #fff;
}
.yh_index1 .yh_index1_con .yh_index1_left .x_yh_lc_list {
  padding-top: 20px;
  width: 100%;
  height: 360px;
  background: url(../images/yh_lc_bj.png) no-repeat center center;
  background-size: 80%;
}
.yh_index1 .yh_index1_con .yh_index1_left .x_yh_lc_list li {
  float: left;
  width: 138px;
  text-align: center;
}
.yh_index1 .yh_index1_con .yh_index1_left .x_yh_lc_list li:nth-of-type(6),
.yh_index1 .yh_index1_con .yh_index1_left .x_yh_lc_list li:nth-of-type(7),
.yh_index1 .yh_index1_con .yh_index1_left .x_yh_lc_list li:nth-of-type(8) {
  margin-top: 50px;
}
.yh_index1 .yh_index1_con .yh_index1_left .x_yh_lc_list li:nth-of-type(6) {
  margin-left: 140px;
}
.yh_index1 .yh_index1_con .yh_index1_left .x_yh_lc_list li p {
  line-height: 3;
  font-size: 17px;
  color: #fff;
}
.yh_index1 .yh_index1_con .yh_index1_img {
  position: absolute;
  bottom: 0;
  right: -146px;
}
.choose_bj {
  background: #fcfcfc;
  padding: 1px 0 35px;
}
.x_choose_list {
  height: 346px;
}
.x_choose_list li {
  float: left;
  width: 226px;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 17px;
  padding-bottom: 35px;
  transition: all 0.5s;
  height: 295px;
  cursor: pointer;
}
.x_choose_list li:hover {
  height: 346px;
  margin-top: -27px;
}
.x_choose_list li:hover a {
  opacity: 1;
}
.x_choose_list li:nth-of-type(5n) {
  margin-right: 0;
}
.x_choose_list li:nth-of-type(2) h3,
.x_choose_list li:nth-of-type(2) a {
  background: #04b3db;
}
.x_choose_list li:nth-of-type(3) h3,
.x_choose_list li:nth-of-type(3) a {
  background: #f68206;
}
.x_choose_list li:nth-of-type(4) h3,
.x_choose_list li:nth-of-type(4) a {
  background: #2cbf6b;
}
.x_choose_list li:nth-of-type(5) h3,
.x_choose_list li:nth-of-type(5) a {
  background: #4886f6;
}
.x_choose_list li h3 {
  text-align: center;
  line-height: 3;
  font-size: 30px;
  color: #fff;
  background: #8fa8cd;
}
.x_choose_list li p {
  padding: 44px 30px;
  font-size: 16px;
  color: #262626;
}
.x_choose_list li a {
  opacity: 0;
  display: block;
  margin: 0 auto;
  width: 145px;
  height: 41px;
  background: #f68206;
  border-radius: 25px;
  font-size: 16px;
  text-align: center;
  line-height: 41px;
  color: #fff;
}
.yh_new li {
  float: left;
  width: 341px;
  margin-right: 81px;
}
.yh_new li:nth-of-type(3) {
  margin-right: 0;
}
.yh_new li h3 {
  font-size: 18px;
  color: #333333;
  line-height: 3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yh_new li p {
  font-size: 15px;
  color: #7a7a7a;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.yh_new_btn {
  display: block;
  margin: 25px auto 0;
  width: 195px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  border-radius: 25px;
  border: solid 1px #bababa;
  font-size: 17px;
  color: #333;
  transition: all 0.3s;
}
.yh_new_btn:hover {
  border: solid 1px #ff6306;
  color: #ff6306;
}

.annb{
  display: none!important;
}

/**********************************2019-8-19******************************/
.Contact .Contact_title {
  padding: 80px 0;
  text-align: center;
}
.Contact .Contact_title h3 {
  font-size: 48px;
  color: #333333;
}
.Contact .Contact_title p {
  font-size: 16px;
  color: #acacac;
  line-height: 2;
}
.Contact .Contact_list li {
  float: left;
  width: 25%;
  text-align: center;
  padding: 20px 0;
  min-height: 321px;
}
.Contact .Contact_list li:hover {
  background: #fff;
  box-shadow: 0 0 18px rgba(194, 194, 194, 0.68);
}
.Contact .Contact_list li h3 {
  font-size: 24px;
  color: #333333;
  line-height: 3;
}
.Contact .Contact_list li p {
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
  color: #7a7a7a;
  line-height: 2;
}
.Contact_con {
  margin: 80px auto 0;
}
.Contact_con .Contact_map {
  width: 50%;
 max-height: 707px;
  overflow: hidden;
}
.Contact_con .Contact_map img{
 width: 100%;
  max-height: 100%;
}
.Contact_con .Contact_text {
  background: url("../images/ds_bj.png") no-repeat right center;
  width: 50%;
  padding-left: 46px;
}
.Contact_con .Contact_text h3 {
  margin-top: 70px;
  font-size: 36px;
  color: #333333;
}
.Contact_con .Contact_text p {
  font-size: 16px;
  color: #acacac;
  line-height: 2;
}
.Contact_con .Contact_text .ds_list {
  margin-top: 65px;
}
.Contact_con .Contact_text .ds_list li {
  width: 578px;
  height: 189px;
  border-radius: 8px;
  background: #fff;
  padding: 40px;
  margin-bottom: 18px;
}
.Contact_con .Contact_text .ds_list li .ds_list_img {
  float: left;
  width: 25%;
  padding-right:1%;
}
.Contact_con .Contact_text .ds_list li .ds_list_text {
  width: 70%;
  float: left;
  border-left: solid 1px #e7e7e7;
}
.Contact_con .Contact_text .ds_list li .ds_list_text p {
  line-height: 2;
  padding-left: 20px;
  font-size: 16px;
  color: #48484f;
}
.Contact_form {
  padding: 60px 0;
  background: url("../images/ds_bd_bj.png") repeat-x;
}
.Contact_form .Contact_bd {
  padding: 0 83px;
}
.Contact_form .Contact_bd h3 {
  font-size: 36px;
  color: #333333;
}
.Contact_form .Contact_bd p {
  font-size: 16px;
  color: #acacac;
  line-height: 2;
}
.Contact_form .Contact_bd .Contact_form_list {
  margin-top: 40px;
}
.Contact_form .Contact_bd .Contact_form_list li input {
  background: #fff;
  border: solid 1px #dedede;
  width: 323px;
  height: 51px;
  border-radius: 5px;
  margin-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
}
.Contact_form .Contact_bd .Contact_form_list li textarea {
  background: #fff;
  border: solid 1px #dedede;
  width: 782px;
  height: 119px;
  border-radius: 5px;
  margin-right: 15px;
  padding: 15px;
  resize: none;
}
.Contact_form .Contact_bd .Contact_form_list li .Contact_btn {
  width: 198px;
  height: 119px;
  background: #acacac;
  border-radius: 5px;
  color: #fff;
  vertical-align: top;
  font-size: 26px;
}
.footer_bq{
  text-align: center;
  padding: 15px 0 0;
  font-size: 14px;
  color: #959293;
}
.footer_bq a{
  font-size: 14px;
  color: #959293;
}

.x_ewm{
  text-align: center;
  margin-top:5px;
}
.x_ewm span{
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  text-align: center;
  font-size: 14px;
  color: #959293;
  line-height:2;
}
.x_ewm span img{
  width: 100px;
  height: 100px;
}

/***********************************2019-9-20******************************************/
.profile_con{
  margin: 35px auto;
}
.profile_con .a_about_2_1{
  width: 420px;
  min-height: 384px;
  padding-top: 10px;
  text-align: center;
}
.profile_con .a_about_2_1 img{
  display: block;
  margin: 0 auto;
}
.profile_con .a_about_2_2{
  width: 620px;
  min-height: 384px;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
}
.profile_con .a_about_2_2 h1{
  font-size: 30px;
  text-align: center;
  color: #333;
  padding-bottom: 10px;
}
.profile_con .a_about_2_2 p{
  font-size: 30px;
  text-align: center;
  color: #333;
  padding-bottom: 10px;
}


.a_yxtd_2x{
  margin: 35px auto;
}
.a_yxtd_2x .a_yxtd_1{
  height: auto;
  padding: 18px 20px ;
  overflow: hidden;
  margin: 10px;
}
.a_yxtd_2x .a_yxtd_1:nth-of-type(odd){
  background: #f9f9f9;
  border-radius: 10px;
}
.a_yxtd_2x .a_yxtd_1 .a_yxtd_1l{
  float: left;
  width: 106px;
}

.a_yxtd_2x .a_yxtd_1 .a_yxtd_1l img{
  margin-top:20px;
}
.a_yxtd_2x .a_yxtd_1  .a_yxtd_1r {
  padding-left:120px;
}
.a_yxtd_2x .a_yxtd_1  .a_yxtd_1r  h1{
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height:1.9;
}
.a_yxtd_2x .a_yxtd_1  .a_yxtd_1r p{
  font-size: 14px;
  line-height:1.75;
  text-align: justify;
}
.a_yxtd_2x .a_yxtd_1  .a_yxtd_1r span{
  color: #c72c28;
  font-size: 13px;
}


.a_hezuo{
  margin: 35px auto;
}
.a_hezuo .a_hezuo_1{
  min-height: 100px;
  padding: 5px 0 5px 0;
  margin: 0 8px 20px 9px;
  border: 1px solid #E7E7E7;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.a_hezuo .a_hezuo_1 .a_hezuo_1_1{
  float: left;
  width: 200px;
  min-height: 100px;
  border-right: 1px solid #F0F0F0;
  padding: 0 0 0 10px;
}

.a_hezuo .a_hezuo_1 .a_hezuo_1_1 img{
  margin-top: 10px;
  margin-left: 10px;
}
.a_hezuo .a_hezuo_1  .a_hezuo_1_2 {
  padding-left:220px;
}
.a_hezuo .a_hezuo_1  .a_hezuo_1_2  h1{
  font-size: 14px;
  color: #c72c28;
  line-height:2.5;
}
.a_hezuo .a_hezuo_1  .a_hezuo_1_2 p{
  line-height:1.8;
  font-size: 14px;
  padding-right: 20px;
  text-align: justify;
}


.search_con{
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-right: 119px;
}
.input_text{
  height: 31px;
  width: 200px;
  border: solid 1px #bdb8b8;
  background: transparent;
  border-radius: 25px 0 0 25px;
  padding-left: 15px;
}
.icon_ss{
  border-radius: 0 25px 25px 0;
  background: #ff6306;
  height: 31px;
  width: 50px;
  margin-left: -5px;
  vertical-align: top;
  color: #fff;
}




























